From: Richard M. Stallman Date: Thu, 27 May 1993 04:04:28 +0000 (+0000) Subject: (display-time-day-and-date): Use defvar, not defconst. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95893 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c636405b43af10750f4b8fffdbd240f7282513cb;p=emacs.git (display-time-day-and-date): Use defvar, not defconst. --- diff --git a/lisp/time.el b/lisp/time.el index 492552431eb..a1827f644a5 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -32,7 +32,7 @@ Default is system-dependent, and is the same as used by Rmail.") ;;;###autoload -(defconst display-time-day-and-date nil "\ +(defvar display-time-day-and-date nil "\ *Non-nil means \\[display-time] should display day and date as well as time.") (defvar display-time-process nil)